home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / WAIS / next-ui / Makefile < prev    next >
Encoding:
Makefile  |  1992-01-29  |  1.4 KB  |  47 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = WAIStation
  11.  
  12. INTERFACES = DocumentPalette.nib Help.nib Indexer.nib Info.nib \
  13.              Preferences.nib QuestionDoc.nib SourceDoc.nib \
  14.              SourcePalette.nib WAIStation.nib
  15. CLASSES = AssocTableCell.m BarChartCell.m BrowserAssocTable.m \
  16.           BrowserBarChart.m BrowserPane.m Doc.m DocControl.m IconWell.m \
  17.           IconWellControl.m MailSpeaker.m QuestionDoc.m SourceDoc.m \
  18.           WAISControl.m Wais.m WaisDocument.m WaisQuestion.m WaisSource.m
  19. MFILES = WAIStation_main.m
  20. PSWFILES = DragDrop.psw
  21. OTHERSRCS = Makefile.preamble
  22. APPICON = WAIStation.tiff
  23. DOCICONS = WaisSource.tiff WaisQuestion.tiff WaisDocument.tiff
  24.  
  25. SOURCEMODE = 444
  26.  
  27. LIBS = -lNeXT_s -lsys_s
  28. DEBUG_LIBS = $(LIBS)
  29. PROF_LIBS = -lNeXT_p -lsys_p
  30.  
  31. MAKEFILEDIR = /usr/lib/nib
  32. ICONSECTIONS =    -sectcreate __ICON app WAIStation.tiff \
  33.         -sectcreate __ICON src WaisSource.tiff \
  34.         -sectcreate __ICON qst WaisQuestion.tiff \
  35.         -sectcreate __ICON wais WaisDocument.tiff
  36.  
  37. INSTALLDIR = $(HOME)/Apps
  38. INSTALLFLAGS = -c -s -m 755
  39.  
  40. -include Makefile.preamble
  41.  
  42. include $(MAKEFILEDIR)/app.make
  43.  
  44. -include Makefile.postamble
  45.  
  46. -include Makefile.dependencies
  47.